home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000410_news@columbia.edu_Tue Dec 13 22:07:07 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12960
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 13 Dec 1994 19:31:26 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22353
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 13 Dec 1994 19:31:23 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!news.sprintlink.net!EU.net!chsun!pan!jw
  7. From: jw@adasoft.ch (Jamie Watson)
  8. Subject: Re: 3.14 beta 14 and PC/TCP
  9. Message-Id: <D0rs3v.L9K@adasoft.ch>
  10. Reply-To: jw@adasoft.ch (Jamie Watson)
  11. Organization: Adasoft AG, Switzerland
  12. References: <D0n8CD.Gn8@adasoft.ch> <1994Dec11.104027.35139@cc.usu.edu>
  13. Date: Tue, 13 Dec 1994 22:07:07 GMT
  14. Expires: Mon, 12 Dec 1994 23:00:00 GMT
  15. Lines: 41
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <1994Dec11.104027.35139@cc.usu.edu> jrd@cc.usu.edu (Joe Doupnik) writes:
  19. >    The situation is easy to clarify. SET PORT TCP in Kermit means
  20. >to use Kermit's internal TCP/IP stack. That stack requires either a suitable
  21. >Packet Driver or ODI to talk to the lan adapter. FTP Inc's stack does more
  22. >or less the same thing. You loaded FTP Inc's stack and then told Kermit to
  23. >go to the same board and grab it; you are not running "over FTP Inc's stack."
  24. >I'm surprized that you we able to run Kermit over the board with FTP still
  25. >using all the TCP/IP material. 
  26.  
  27. Sigh.  I'm really sorry for having asked such a bonehead question.  I read
  28. about this restriction in several different places, but I am obviously
  29. not knowledgeable enough about DOS and networking to have understood what
  30. it really meant.  I had assumed that it meant that I couldn't run kermit
  31. and one of the PC/TCP utilities at the same time, but now that I stop to
  32. think about that, it's a pretty silly idea under DOS; I guess it just
  33. shows that my mind has frozen into Unix-based thought patterns.  Anyway,
  34. I just tried unloading the PC/TCP stack (inet unload) before starting
  35. kermit, and then reloading it (ethdrv) after terminating kermit, and it
  36. works just fine.  Thanks for the help.
  37.  
  38. >    If you want FTP Inc's stack to remain resident and run Kermit
  39. >over the top of it you must use FTP's TNGLASS program, and tell Kermit
  40. >SET PORT BIOS1.
  41.  
  42. This still doesn't work for me, even with Beta-15 installed.  I first
  43. tried just "tnglass pan", and it connects just fine.  I then tried the
  44. command specified in networks/setup.doc, and found that I had to change
  45. the argument format somewhat to even get it to accept the command, but
  46. it still doesn't work.  The command I gave was:
  47.  
  48.     tnglass pan -c 0 -i -e kermit.exe set port bios1 , connect
  49.  
  50. This starts the tnglass program, and then starts kermit, but it immediately
  51. says "Connection closed".  I have tried just starting kermit without the
  52. commands on the command line, then given the bios1 and conect to kermit
  53. myself, but I got the same result.  Am I still doing something wrong?  By
  54. the way, I am using PC/TCP version 3.0, so that might explain at least the
  55. difference in command line parsing; I assume that the setup.doc file was
  56. written based on PC/TCP version 2.3 or earlier.
  57.  
  58. jw